From 866554a78d5841a7fd4335b52f4915688398825e Mon Sep 17 00:00:00 2001 From: robertl Date: Tue, 22 Apr 2003 22:53:43 +0000 Subject: [PATCH] Comment on -^ for DOS. git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@343 f51c46e8-681c-474f-0cfe-069cfd0219fb --- gpsbabel/main.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gpsbabel/main.c b/gpsbabel/main.c index f81790e3d..4c5d9bb20 100644 --- a/gpsbabel/main.c +++ b/gpsbabel/main.c @@ -171,6 +171,10 @@ main(int argc, char *argv[]) ? argv[argn]+2 : argv[++argn]; global_opts.debug_level = atoi(optarg); break; + /* + * DOS-derived systems will need to escape + * this as -^^. + */ case '^': disp_formats(); exit(0); -- 2.30.2